/**/
* {
  margin: 0;
  padding: 0;
}

div, address, b, big, blockquote, body, center, cite, code, dd, del, dl, dt, em, fieldset, font, form, b, b, h3, h4, h5, h6, html, i, iframe, img, ins, label, legend, li, ol, p, pre, small, span, strong, u, ul, var, th, td, input {
  margin: 0;
  padding: 0;
}

div, dl, dt, dd, form, input, button, textarea, p, ul, li, ol, table, tr, td, header, footer, aside, nav, b, b, h3, h4, h5, h6, section {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body {
  font-size: 14px;
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  color: #333;
  padding: 0px;
  margin: 0px;
}

button:foucs {
  border: none !important;
  outline: none !important;
}

button::-moz-focus-inner {
  border-color: transparent;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

i {
  font-style: normal;
}

a {
  color: #333;
}

a:hover {
  text-decoration: none;
  color: #fff;
}

img {

  vertical-align: middle
}

input {
  outline: none;
}

input[type="button"], input[type="submit"], input[type="reset"], button, select {
  -webkit-appearance: none;
  outline: none;
}

textarea {
  -webkit-appearance: none;
  outline: none
}

.clear {
  clear: both;
  height: 0px;
  overflow: hidden;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.clearfix {
  /*兼容 IE*/
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/*t图片样式*/
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto
}

img {
  border: 0px;
  vertical-align: middle;
}

.img-responsive {
  display: block;
  height: auto;

  max-width: 100%
}

.dot {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.dot2 {
  display: -webkit-box;

  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

/*--------------------------------------------------------------
# 头部Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  height: 80px;
  position: relative;
}

#header.header-transparent {
  backdrop-filter: blur(1.25rem);
  background: hsla(0,0%,100%,.86);
  box-sizing: border-box;
  

}

#header.header-scrolled {
  backdrop-filter: blur(1.25rem);
  background: hsla(0,0%,100%,.86);
  box-sizing: border-box;
  border-bottom: 1px solid #ddd;
}
.top-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-box .logo {
  flex: 2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 80px;
  margin-right: 10px;
}
.top-box .logo img {
  padding: 0;
  margin: 0;
  max-height: 80px;
}

.top-box .logo .logo-tu2 {
  display: none;
}
#header.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
}
/*导航菜单 */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu {
  flex: 4;
  height: 80px;
}

.nav-menu ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.nav-menu ul li {
  position: relative;
  width: 100%;
  text-align: center;


}

.nav-menu a {
  display: block;

  color: #222;
  padding: 0 5px;
  height: 80px;
  line-height: 80px;
  transition: 0.3s;
  font-size: 16px;


}

.nav-menu a:hover, .nav-menu .active>a, .nav-menu li:hover>a {
  color: #009b4c;
  text-decoration: none;


}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: -20%;
  top: 80px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  width: 140%;
  backdrop-filter: blur(1.25rem);
  background: hsla(0,0%,100%,.9);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
 
}

.nav-menu .drop-down:hover>ul {
  opacity: 1;
  top: 80px;
  visibility: visible;
  z-index: 999;
}

.nav-menu .drop-down li {
  width: 100%;
  position: relative;
}

.nav-menu .drop-down ul a {
 
  font-size: 16px;

  text-transform: none;
  color: #666;
  line-height: 40px;
  height: 40px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active>a, .nav-menu .drop-down ul li:hover>a {
  color: #fff;
  background: #009b4c;

}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 80px);
}

.nav-menu .drop-down .drop-down:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down>a {
  padding-right: 35px;
}

.nav-menu a i {
  display: none;
}

.nav-menu .arrow {
  position: absolute;
  width: 11px;
  height: 11px;
  top: -5.5px;
  left: 45%;
  background-color: #fff;
  transform: rotate(45deg);
  cursor: pointer;
  transition: .3s;
  z-index: -1;

}


#header.header-scrolled .nav-menu a {
  color: #333;
}



#header.header-scrolled .nav-menu a:hover, #header.header-scrolled .nav-menu .active>a, #header.header-scrolled .nav-menu li:hover>a {
  color: #009b4c;


}

#header.header-scrolled .nav-menu .drop-down ul a:hover, #header.header-scrolled .nav-menu .drop-down ul .active>a, #header.header-scrolled .nav-menu .drop-down ul li:hover>a {
  color: #fff;
  background: #009b4c;

}

#header.header-scrolled .top-box .logo .logo-tu1 {
  display: none;
}

#header.header-scrolled .top-box .logo .logo-tu2 {
  display: block !important;
}
.tel b{ font-size: 18px; color: #009b4c; }
/* 手机菜单样式 */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 999;
  overflow-y: auto;
  left: -80%;
  width: 80%;
  padding-top: 18px;
  background: #009b4c;
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  color: #fff;
  font-size: 16px;
  margin: 0 20px;
  height: 56px;
  line-height: 56px;
  font-weight: 500;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.mobile-nav a:hover, .mobile-nav .active>a, .mobile-nav li:hover>a {
  color: #fff;
  text-decoration: none;
}


.mobile-nav ul li a.expanded {
  color: rgba(255, 255, 255, .7);
}

.mobile-nav ul li a button {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: none;
  outline: none;
  color: #3081C4;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(-90deg);
  transition: transform 500ms ease;
}

.mobile-nav ul li a button.expanded {
  transform: rotate(0deg);
  background-color: #fff;
  color: #3081C4;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down .arrow {
  display: none;
}

.mobile-nav .drop-down li a {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 10px;
  z-index: 998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
  background: #009b4c;
}

.mobile-nav-toggle i {
  color: #fff;

  display: block;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(51, 51, 51, 0.9);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

.language {
  color: #fff;
  font-size: 16px;

}

.language a {
  color: #fff;
  padding: 0 10px;
}

.language a:hover {
  color: #ECA617;
}

/*首页banner图*/

#banner .swiper {
  width: 100%;
  height: 100%;
  position: relative;
  z-index:9;
}

#banner .swiper-slide {
  background-position: center;
  background-size: cover;
  position: relative;
}

#banner .swiper-slide img {
  display: block;
  width: 100%;
}

#banner .swiper-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  z-index: 999;
  width: 50px;
  font-size: 30px;
  line-height:50px;
  height: 50px;
  transition: all .5s ease;
  outline: none;
  opacity: 0;

}
#banner:hover .swiper-button{ opacity: 1;}
#banner .swiper-button:hover {
  background: #009b4c;
}

.btn-prev {
  left: 80px;
}

.btn-next {
  right: 80px;
}

#banner .swiper-pagination-bullet {
  width: 40px;
  height: 6px;
  display: inline-block;
  background: #fff;
  opacity: .9;
  margin: 0 8px;
  border-radius: 20px;
  transition: opacity .5s, background-color .5s, width .5s;
  transition-delay: .5s, .5s, 0s;
  outline: none;
}

#banner .swiper-pagination-bullet-active {
  opacity: 1;
  background: #009b4c;

}

#banner .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 30px;
  left: 0;
  width: 100%;
}

#banner .swiper-slide .container {
  position: absolute;
  left: 0;
  right: 0;
  top: 40%;
  bottom: 0;
  margin: 0 auto;
}

.banner-slide-content {
  position: relative;
  z-index: 9;
}



.banner-slide-content span {
  color: #fff;
  display: block;
  margin-bottom: 35px;
  text-transform: uppercase;
}

.banner-slide-content .title {
  font-size: 40px;
  line-height: 56px;
  font-weight: 700;
  color: #fff;
  display: block;
  margin-bottom: 10px;

  text-transform: capitalize;
}

.banner-slide-content p {

  font-size: 24px;
  font-family: "Poppins", sans-serif;
  color: #fff;
  margin-top: 30px;
}

/* 产品 */
.pad60 { padding: 60px 0 80px 0;   }
.pad90 { padding: 90px 0;   }
.product {background: #f5f5f5;  }
.zzsc {
  width: 100%;
  height: auto;
  margin-top:40px;
  text-align: center;
}
.zzsc .tab {
  overflow: hidden;
  margin-top: 30px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: stretch; 
  justify-content: center;
}
.zzsc .tab a {
  display: block;
  font-size: 16px;
 padding:60px 10px;
  text-align: center;
  flex: 1;

  text-decoration: none;
  color: #666;
  border: 1px solid #B4B4B4;
  margin-left: -1px;

  transition: all 0.3s;
}
.zzsc .tab a:first-child { margin-left: 0;}
.zzsc .tab a i{ display: block; margin-bottom: 10px;}

.zzsc .tab a img   {
  
  width: 40px;
 

}

.zzsc .tab a:hover {
  background: #009b4c;
  border:1px solid #009b4c;
  color: #fff;
  text-decoration: none;

}
.zzsc .tab a:hover i img { filter: brightness(200%);}
.zzsc .tab a.on {
  background: #009b4c;
  border:1px solid #009b4c;
  color: #fff;
  text-decoration: none;
}

.zzsc .tab a.on i img {filter: brightness(200%);}
.zzsc .co {
  overflow: hidden;
  height: auto;

}
.zzsc .co > ul {
  padding: 0;
  margin: 0;
}
.zzsc .co li {
  display: none;
  width: 100%;
  margin-top: 20px;
  list-style: none;
}
.pro_box { flex-wrap: wrap; display: flex;justify-content:flex-start;}
.team-box {
  position: relative;
  width: calc(25% - 20px);
margin-right:20px;

margin-bottom: 15px;
box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);

}
.team-box a:before{position: absolute;z-index: 10; left: 50%; top: 50%; width: 42px;height: 42px; opacity: 0; transform: translate(-50%,-40%); background: url("../images/ico_more.png") no-repeat; background-position: 0 0; content: ''; transition: all .6s;}

/* .team-box a>img{object-fit: cover; object-position:center; aspect-ratio:2; transition: all .8s;} */
.team-box a>img{object-fit: cover; object-position:center; aspect-ratio:2; transition: all .8s;}
.team-box a:hover:before{opacity: 1; transform: translate(-50%,-50%) rotate(180deg);}

.team-box:last-child ,.team-box:nth-child(4){ margin-right: 0;}
.team-box .pro-tit{ text-align: center; position: absolute; display: flex; justify-content: center; align-items: flex-start; z-index: 1; top:30px; left: 0; right: 0; text-align: center;}
.team-box .pro-tit div { text-align: left; margin-right: 8px; }
.team-box .pro-tit div p { margin-top: 10px; font-size: 16px; line-height: 20px;}
.team-box .pro-tit div i { font-size: 30px;}
.team-box .pro-tit div span { font-size: 12px;}
.team-box .team-content {
  text-align: center;

  display: inline-block;
  width: 100%;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  background-color: #f6f6f6;
  color: #333;
}
.pro_p1 {

  font-size: 18px;
  letter-spacing: 0.57px;
  padding: 10px;

}


.team-box:hover .team-content {

  background-color: #333;
  color: #fff;
}
/*  */

#sol_top  {
  position: relative;
  background: #FCFCFC;
  height: 100%;
}

#sol_top .swiper-slide {
  position: relative;
  height: 100%;
}

#sol_top .swiper-slide .bg {
  position: relative;
  margin-top: 150px;
}

#sol_top .swiper-slide .bg::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .1);
  content: '';
}

#sol_top .swiper-slide a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}


#sol_top .swiper-slide .product-box { height: 100%; width: 100%; position: absolute; left: 0; right: 0; margin: 0 auto; top:-100px}
.product-box .container { display: flex; justify-content: space-between;}
#sol_top .swiper-slide .product-box .txt { width: 50%; margin-top: 350px;}
#sol_top .swiper-slide .product-box .tu { width: 50%;}
#sol_top .swiper-slide .product-box b {
  color: #fff;
  font-size: 38px;
  line-height: 52px;
  width: 100%;
  display: block;
  text-transform: uppercase;
}

#sol_top .swiper-slide .product-box p {
  font-size: 18px;
  margin: 10px auto;
  line-height: 36px;
  color: #fff;

 
}
#sol_top .swiper-slide .product-box span { font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; font-size: 70px; text-stroke:1px #fff;
  -webkit-text-stroke:1px #fff; color: transparent;}
#sol_top .swiper-button-prev {
  left: calc(100% - 290px);

  top:90%


}

#sol_top .swiper-button-next {
  right: 180px;
  top:90%
}
.line { position: absolute; top: 90%; z-index: 9; right: 290px; left:180px; height:1px; background: rgba(255, 255, 255, .5);}
#sol_top .swiper-button-next,
#sol_top .swiper-button-prev {
  background: none;
  outline: none;
  color: #fff;
  font-size: 30px;
  border-radius: 25px;
  width: 50px;
  border: 1px solid rgba(255, 255, 255, .8);
  height: 50px;
  text-align: center;
  line-height: 50px;

}

#sol_top .swiper-button-next:hover,
#sol_top .swiper-button-prev:hover {
  color: #fff;
  background: #009b4c;
}
/*关于我们*/
.main_title {
  text-align: center;
}

.main_title .m_p1 {
  font-size: 50px;
 color: #222;
  text-transform: uppercase;
  /* -webkit-text-stroke: 1px #dedede;
  -webkit-text-fill-color:transparent; */
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}
.main_title .m_p2 { color: #222; margin-bottom: 20px; font-size: 40px;}
.main_title .m_p3 { font-size: 14px; color: #999; margin-bottom: 50px;}

.main_title span {     color: #7e7e7f;
  font-size: 26px;}
.about {
  background: url(../images/abbg.jpg) no-repeat top;
  background-size: cover;

}

.about .about_con {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}

.about .about_con .le {
  width: 46%;
}

.bg_box {
  position: relative;
  overflow: hidden;
}
.bg_box img { border-top-left-radius: 20px;border-bottom-right-radius: 20px;}
.logobg {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  margin-left: auto;
  margin-left: auto;
}

.about .about_con .le .imgBox {
  overflow: hidden;
}

.about .about_con .le .imgBox img {
  width: 140%;
  display: block;
  transition: .5s;
  max-height: 450px;
}

.about .about_con .ri {
  width: 47%;
}
.about .about_con .ri b { font-size:36px; display: block; color: #009b4c;}
.about .about_con .ri .abtit { margin-bottom: 20px; display: block; font-size: 36px; color: #333;}


.about .about_con p {
  font-size: 16px;
  font-weight: 400;
  color: #697277;
  line-height: 32px;
  margin-top: 10px;
}

.about .about_con .more {
  margin-top: 50px;
  display: block;
}

.about .about_con .more a {

  padding: 13px 40px;
  color: #009b4c;
  border: 1px solid #009b4c;
}

.about .about_con .more  {
  font-size: 16px;

  margin-right: 10px;
  transition: .5s;

}

.about .about_con .more a:hover { background: #009b4c; color: #fff;}

.about-list2 {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}

.about-list2 li {

  width: 27%;
  margin-right: 6%;

  padding: 10px 0;

  border-bottom: 1px solid #dedede;
  float: left;
}
.about-list2 li:last-child{ margin-right: 0;}
.about-list2 li a {
  display: flex;
  height: 100%;
  padding-top: 10px;

  box-sizing: border-box;
  align-items: center;
  
}

.about-list2 li a .cn {
  display: block;
  font-size: 20px;
  line-height: 20px;
  color: #333;
  position: relative;
  transition: color 0.3s;
  margin-left: 20px;
}




.about-list2 li a .en {
  font-size: 16px;
  line-height: 28px;
  color: #999;
  display: block;
  margin-left: 20px;
}

.about-list2 li a:hover .cn, .about-list2 li a:hover .en {
  color: #009b4c;
}

/* 优势 */
.ys_bg { padding-top: 60px;}
.ys {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;

}

.ys ul {
  width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ys li {
  position: relative;
  overflow: hidden;
  width: 20%;
  border-right: 8px solid #fff;
}

.ys li:last-child {
  border: none;
}

.ys li a {
  display: block;
}

.ys em {
  font-size: 20px;
  margin: 0;
  padding: 0;
  font-style: normal;
  display: block;
  text-align: center;
  color: #fff;
}


.ys .dec_ar span {
  margin-top: 15px;
  display: block;
  font-size: 20px;
  color: #fff;

  text-align: center;
}

.ys li .cont_ar {
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, .3);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  width: 100%;
}


.ys li  .icon { position: absolute; bottom: 50px; left: 50px;}
.ys li .ys_line{ position: absolute; left: 50px; bottom: 150px; height: 50%; background: #fff; width: 2px; }
.ys li .ar_title i {
  width: 50px;
  height: 45px;
  margin: 0 auto;
}

.ys li .ar_title b {
  font-size: 32px;
  font-weight: 500;
  padding-left: 50px;
  margin-top: 50px;
  display: block;
}

.ys li .dec_ar {
  line-height: 28px;
  max-height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;

  right: 0;
  bottom: 0;
  background: #fff;
  color: #333;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  display: flex;
  align-items: center;
}
.ys li .dec_ar div { width: 30%; background: #009b4c; padding: 20px;}
.ys li .dec_ar em {
  font-size: 24px;
  margin-top: 15px;
  font-weight: bold;
  color: #fff;
}

.ys li .dec_ar p {
  color: #666;
  font-size: 16px;
  line-height: 28px;
  width: 70%;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  padding: 20px;

}

.ys li .more {
  text-align: center;
  color: #333;
  margin-top: 15px;
}

.ys li.cur .cont_ar {
  background: rgba(255, 255, 255, 0);
  cursor: pointer;
}



.ys li.cur .dec_ar {
  opacity: 1;
  filter: alpha(opacity=100);

  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}
/* 新闻 */
.news {
  display: flex;
  margin-top: 60px;
}

.news_fl {
  width: 65%;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  padding-right: 15px;
}

.news_fr {
  width: 35%;
  padding-left: 15px;
}

.news_list .item {
  box-sizing: border-box;
  transition: all 0.3s;
  width: calc(50% - 15px);
  float: left;
  display: block;

  margin-right: 15px;

}

.news_list .item img {
  height: 293px;
}

.news_list .item .info_box {
  background: #009b4c;
  padding: 10px;
  height: 100px;
}

.news_list .item .date p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #fff;
}

.news_list .item .s_title {
  font-size: 16px;

  font-stretch: normal;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;

}

.news_list .item .info {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  margin: 10px 0;
  letter-spacing: 0px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news_list .item:hover .info_box {
  background: #173341;
}


.news_content a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding:25px 20px;
  margin-bottom: 22px;

  transition: all .3s;
  background: #fff;
}
.news_content a:last-child{ margin-bottom: 0;}
.news_content .day {
  color: #333;
  width: 30%;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;

}

.news_content .newscon {
  width: 70%;
  padding-left: 40px;

}
.news_content .newscon span { color: #999; display: block; margin-bottom: 10px;}
.news_content .news-more {
  margin-top: 10px;
  transition: all .3s;
}

.news_content .newscon b {
  padding-bottom: 20px;
  font-size: 18px;
  color: #000;
  display: block;


}

.news_content .newscon p {
  color: #333;
  text-align: left;
  line-height: 24px;
  font-size: 14px;
}


.news_content .day span {
  font-size: 34px;
  width: 100%;
  color: #333;
  text-align: center;
  font-weight: normal;
}

.news_content .day p {
  width: 100%;
  text-align: center;
  font-size: 18px;
}

.news_content a:hover {
box-shadow: 0 0 10px 0 #dedede;
  background-size: 100%;
}

.news_content a:hover .news-more {
  padding-left: 30px;
}

.news_info a {
  display: block;
  padding:25px 20px;
  background: #f7f7f7;
  margin-bottom: 20px;
  transition: all .3s;
}

.news_info a b {
  color: #333;
  font-weight: normal;
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
}
.news_info a:last-child{ margin-bottom: 0; }
.news_info a p {
  line-height: 24px;
  color: #999;
  font-size: 14px;
  border-top: 1px solid #dedede;
  padding-top: 20px;

}

.news_info a span {
  float: right;
  font-size: 18px;
  color: #999;
}

.news_info a:hover {
  background: #009b4c;
  color: #fff;
}

.news_info a:hover b,
.news_info a:hover p,
.news_info a:hover span {
  color: #fff;
}

/*底部footer*/
.footer {
  background: url(../images/ftbg.jpg) no-repeat;
  background-size: cover;

}

.foot {
  padding: 60px 0;
 display: flex;
 justify-content: space-between;
}

.foot b {
  font-size: 20px;
  color: #b4b5b5;
  display: block;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.foot span {
  color: #b4b5b5;
  font-size: 20px;
  display: block;
 width: 40px;
  border-bottom: 1px solid #fff;
}
.foot .ft_logo { width: 20%;}
.foot .ft_logo img { height: 120px;}
.foot .ft_logo p { font-size: 16px; margin-top: 30px; color: #999;}
.foot .ft_logo b{ display: block; margin-top: 25px; font-size: 30px; font-weight: normal;}
.foot .ft_logo b span { font-size: 30px; color: #0095BE; font-weight: bold;}
.foot .ft-nav {
  width: 18%;

  border-right: 1px solid rgba(255, 255, 255, .1);

}
.foot .ft-nav ul { margin-top: 30px;}
.foot .ft-nav li {

  float: left;
  margin-bottom: 10px;
  width: 100%;
}

.foot .ft-nav li a {
  font-size: 16px;
  display: block;
  color: #b4b5b5;
}

.foot .ft-nav li a:hover {
  color: #009b4c;
}

.foot .ft-contact {
  width: 32%;
 

  border-right: 1px solid rgba(255, 255, 255, .08);
}
.ft_con { margin-top: 40px; flex-wrap: wrap;}
.ft_con .lxfs p{ font-size: 16px; margin-top: 15px; }
.ft_con .ft_item{ display: flex; align-items: center; margin-right: 30px;}
.ft_con .ft_item img { width: 40px; margin-right: 15px;}
.foot .ft-contact p {
  width: 100%;
  color: #b4b5b5;
  font-size: 16px;

}
.ft_con .ft_item b { font-size: 28px; font-weight: bold; color: #009b4c;}
.foot .footer_center {
  margin-top: 62px;
  display: flex;

  justify-content: center;
  flex-direction: column;
}

.footer_phone {
  display: flex;
  margin-bottom: 30px;
}

.footer_phone p {
  color: #b4b5b5;

  margin-bottom: 5px;
  font-size: 16px;
}

.footer_phone p img {
  padding-right: 8px;
}

.footer_phone p span {
  font-weight: normal;
}

.footer_phone b {
  color: #b4b5b5;
  font-size: 24px;
  margin: 0;
  display: block;
}

.foot .footer_center {
  width: 31%;
}

.foot .footer_center .footer_tel {

  display: flex;

  flex-direction: column;
}

.foot .footer_center p {
  text-align: left;
  color: #b4b5b5;

}

.foot .ewm {

  width: 20%;
  
}

.foot .ewm img {
  max-width: 100px;
}

.foot .ewm p {
  margin-top: 10px;
  text-align: center;
  color: #b4b5b5;
}
.ewm_box { display: flex; margin-top: 40px;}
.ewm_box div{ margin-right: 10px;}
.copyright {
  padding: 20px 10px;
  text-align: center;
  color: #b4b5b5;
  border-top: 1px solid rgba(255, 255, 255, .2);
}

.copyright a {
  color: #b4b5b5;
}

/*右侧固定*/
.fix-side {
	position: fixed;
	right: 20px;
	bottom: 50px;
	width: 80px;
	z-index: 2000;
}

.fix-side li {
	border-bottom: solid 1px rgba(255, 255, 255, 0.2);
	width: 80px;
	height: 80px;

	background-color: #009b4c;
}
.fix-side li:hover {
	background-color: #065930;
}

.fix-side .gzh {
	position: relative;
	width: 80px;
	text-align: center;
}

.fix-side .gzh .show {
	width:80px;

	color: #fff;
	cursor: pointer;
}

.fix-side .gzh:hover .box {
	display: block;
}
.fix-side .gzh:hover .box2 {
	display: block;
}
.fix-side .gzh .box2 {
	display: none;
	position: absolute;
	left: -120px;
	bottom: 0;
	width: 120px;
  line-height: 80px;
	height: 80px;
  font-size: 18px;
	color: #333;
	background-color: #f9f9f9;
	border: solid 1px #e5e5e5;
	border-right: none;
	box-sizing: border-box;
}
.fix-side .gzh:hover .box2 p{ color: #333;}
.fix-side .gzh .box {
	display: none;
	position: absolute;
	left: -150px;
	bottom: 0;
	width: 150px;
	height: 160px;
	color: #fff;
	background-color: #fff;
	border: solid 1px #e5e5e5;
	border-right: none;
	box-sizing: border-box;
}

.fix-side .gzh .box img {
	margin-top: 15px;
	width: 100px;
	height: 100px;
}
.fix-side .gzh .box p {
	color: #666;
}
.fix-side p {
	margin-top: 10px;
	color: #fff;
}

.fix-side li a {
	display: block;
	text-align: center;
	width: 100%;
	height: 100%;
	color: #fff;
}

.fix-side li img {
	width: 32px;
  margin-top: 10px;
}

.fix-side .return {
	border-bottom: none;
	transform: scaleY(0);
	transition: 0.5s;
	background-color: #065930;
}

.fix-side .active {
	transform: scale(1);
}
.fix-side .phone { font-size: 18px; color: #009b4c; font-weight: bold; margin-top: 20px;}
.fix-side .gzh .box .img img{ height: 30px; width: 30px; margin-top: 30px;}
/* 手机底部导航 */
.bottom_nav {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999;
  background: #009b4c;
  display: none;
}


.bottom_nav_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  height: 62px;
}

.bottom_nav a {
  flex: 1;
  color: #fff;
  border-right: 1px solid #296AB7;
  border-left: 1px solid #1A5293;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bottom_nav a span {
  margin-left: 6px;
}

.bottom_nav a:last-child {
  border-right: none;
}

.bottom_nav a:first-child {
  border-left: none;
}
/* 产品内页 */

.inproduct {

  background: url(../images/product_banner_bg.jpg) no-repeat center;
  background-size: cover;
  padding: 120px 0;
}

.inproduct .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.inproduct_fl {
  width: 50%;
  padding-right: 40px;
  
}

.inproduct_fr {
  width: 47%;
  display: flex;
  justify-content: flex-end;
}
.inproduct_fr img{ max-height: 470px;}
.inproduct_en {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 60px;
  line-height: 80px;
  color: #333;
  margin-bottom: 30px;
}
.inpr_tit b{position: relative; display: block; font-weight: 500; font-size: 36px; color: #fff; }
.inpr_tit b::before { content: ''; height: 2px; background: #009b4c; width: 80px; position: absolute; bottom: 0; left: 0;}
.inpr_tit p{ font-size: 32px; margin: 20px 0; color: rgba(255, 255, 255, .7);}
.inproduct_txt {
  font-size: 16px;
  line-height: 32px;
  margin: 40px 0;
  color: #fff;

  text-align: justify;
}

.inproduct_icon {
  margin-top: 65px;
}

.inproduct_icon ul {
  display: flex;
  align-items: stretch;
  justify-content:flex-start;
  align-content: center;
  padding: 0;
  margin: 0;
}

.inproduct_icon ul li {

  display: flex;
  align-items: center;

  flex-direction: column;
  width: 20%;
  justify-content: center;


}

.inproduct_icon ul li  {
  color: rgba(255, 255, 255, .7);
  text-decoration: none;
  display: block;
  text-align: center;
}


.inproduct_icon ul li:hover img {
  filter: brightness(100);
}

.inproduct_icon ul li div {
  border: 2px solid #fff;
  border-radius: 100%;
  padding: 10px;
  height: 80px;
  width: 80px;
  margin: 0 auto;
}

.inproduct_icon ul li:hover div {
  background: #009b4c;
}

.inproduct_icon ul li p {
  margin-top: 15px;
  font-size: 16px;
}

.inpro_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0;
}

.inpro_list a {
  flex: 1;
  margin: 15px;
  box-shadow: 0 0 10px #dedede;
}

.inpro_list a p {
  padding: 20px;
  font-size: 18px;
  text-align: center;
}

.inpro_list:hover p {
  background: #009b4c;
  color: #fff;
}
.inproduct_icon ul li img {  height: 50px;}
.data_table {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
  margin-top: 40px;
  font-size: 16px;
  
}

.data_table td, .data_table th {
  border: 1px solid #ececec;
  padding: 10px;
}

.data_table tr td:nth-child(odd){background-color: #F6F5FA;  }

.data_table td  { text-align: center;}
/* 产品色卡 */
.colorbg {
  background: #f5f5f5;
  background-size: 100%;
  position: relative;

}
.colorcd { position: relative;}
.colorcd ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  background: #fff;
  box-shadow: 0 0 10px #f1f1f1;
  padding:70px 10px;
  padding-bottom: 80px;

}

.colorcd ul li {
  width: calc((100% / 12) - 10px);
  margin: 5px;
  text-align: center;
}
.colorcd2 ul li {
  width: calc((100% / 9) - 10px);

}

.colorcd ul li img {border: 1px solid #f1f1f1;}
.colorcd .jqzoom { padding: 10px 0;  }
.colorcd .wenzi {  box-shadow:none;  padding: 0; position: absolute; padding: 0; top:0; left: 15px; right: 15px;  width: calc(((100% / 9) * 6) - 25px); }
.colorcd .wenzi2 {  box-shadow:none;  padding: 0; position: absolute; padding: 0; top:0; right: 15px;  width: calc(((100% / 9) * 3) - 18px); }
.colorcd .wenzi3 {  box-shadow:none;  padding: 0; position: absolute; padding: 0; bottom:0; left: 15px;  width: calc(((100% / 9) * 2) - 22px); }
.colorcd .wenzi4 {  box-shadow:none;  padding: 0; position: absolute; padding: 0; bottom:0; right: 15px;  width: calc(((100% / 9) * 7) - 25px); }
.colorcd .wzp{color:#332B28; border-bottom: 1px solid #332B28; text-align: center; padding: 20px 0; font-size: 16px; font-weight: bold;}
.colorcd .wzp2{color:#332B28; border-top: 1px solid #332B28; text-align: center; padding: 20px 0; font-size: 16px; font-weight: bold;}
/*  */

#sol_top2 .swiper-button-prev ,#sol_top2 .swiper-button-next{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  z-index: 999;
  width: 80px;
  font-size:40px;
  line-height:80px;
  height: 80px;
  transition: all .5s ease;
  outline: none;
}

#sol_top2 .swiper-button-prev:hover,#sol_top2 .swiper-button-next:hover {
  background: #009b4c;
}


#sol_top2 .swiper-slide img {
  display: block;
  width: 100%;
}

/* 授权工厂 */
.sq_bg { padding:80px 50px; background: url(../images/bg.jpg) no-repeat center; background-size: cover;}
.sq_logo img { height: 150px;}
.gcname { width: 80%; margin: 10px auto; font-size: 16px;}
.searchbox {
  position: relative;
  z-index: 1;
  border-radius: 120px;
  background: #fff;
  width: 80%;
  margin: 40px auto;
  box-shadow: 0 3px 9px 0 hsla(0,0%,75.3%,.41);
}
.searchbox form { width: 100%; display: flex; justify-content: space-between; align-items: center;}
.searchbox .select_input {
  width:70%;
  height: 120px;
  line-height: 120px;
  margin-left: 60px;
  border: none;
  outline: none;
  font-size: 18px;
  border-radius: 5px;
}
.searchbox .btn-search {
  width:90px;
  margin-right: 10px;
  height: 90px;
  border-radius: 90px;
  font-size: 16px;
  color: #fff;
  background:#009b4c url(../images/search.png) no-repeat left ;
background-position: 10px 35px;
padding-left: 10px;
 border: 0;
}